Color Schemes
Plugins
Neovim
GitHub
Telescope.nvim is a highly [extendable](https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions) fuzzy finder over lists. Built on the latest awesome features from Neovim core. Telescope is centered around modularity, allowing for easy customization.
A Lua API for using FZF (Neovim >= 0.5). Allows for full asynchronicity for UI speed and usability.
An extensible fuzzy finder. Similar to Telescope, and optimized for performance, especially when grepping in large codebases.
The Lua version of `fzf.vim`, high-performance and fully async, supports `nvim-web-devicons`, git indicators, LSP, quickfix/location lists and more. Also supports [`skim`](https://github.com/lotabout/skim) as its fzf binary.
Telescope integration for [zoxide](https://github.com/ajeetdsouza/zoxide), a smart directory picker that tracks your usage.
Module of `mini.nvim` with functions to perform fuzzy matching of one string to others along with fast Telescope sorter.
Easypick lets you easily create Telescope pickers from arbitrary console commands.
FZF-based fuzzy finder running on a dynamic engine that parsing user query and selection on every keystroke.
Module of `mini.nvim` with general purpose interactive non-blocking picker that has one window design, toggleable preview, flexible and fast default match, and much more.
Module of `mini.nvim` with extra functionality for its modules. Contains 20+ 'mini.pick' pickers, 'mini.ai' textobjects, and more.
Telescope plugin for better `rg` flags in `live_grep`.